jool: update package flags to build `nonshared`
authorGoetz Goerisch <[email protected]>
Sat, 6 Sep 2025 14:25:01 +0000 (16:25 +0200)
committerTianling Shen <[email protected]>
Tue, 14 Oct 2025 17:38:16 +0000 (01:38 +0800)
* currently the package is build with the latest kernel version in a branch
* if package version is bumped if can no longer be installed on older point releases as userland and kmod does not match

Signed-off-by: Goetz Goerisch <[email protected]>
net/jool/Makefile

index c2bd2b522592b278d2e6c6906b62d510a35b541e..97baba74356047dab20d80872b7c86ddbfd3e6ca 100644 (file)
@@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=jool
 PKG_VERSION:=4.1.14
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_LICENSE:=GPL-2.0-only
 PKG_LICENSE_FILES:=COPYING
@@ -22,6 +22,7 @@ PKG_MIRROR_HASH:=af483e5d35cea029dca11fc20c048334b9b9e84cfdca10921bfdd9d63779aad
 PKG_BUILD_DIR=$(KERNEL_BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
 PKG_BUILD_PARALLEL:=1
 PKG_BUILD_DEPENDS:=!USE_GLIBC:argp-standalone
+PKG_FLAGS:=nonshared
 
 PKG_FIXUP:=autoreconf